home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
math
/
nrpas13
/
scrsho.dem
< prev
next >
Wrap
Text File
|
1991-04-29
|
217b
|
17 lines
PROGRAM d9r1(input,output);
(* driver for routine SCRSHO *)
(*$I MODFILE.PAS *)
(*$I BESSJ0.PAS *)
FUNCTION fx(x: real): real;
BEGIN
fx := bessj0(x)
END;
(*$I SCRSHO.PAS *)
BEGIN
scrsho
END.